home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club (Business) 1997 July
/
Software of the Month Club - Business (Volume 239) (July 1997).iso
/
pc
/
code
/
debug
/
memmon.dir
/
00056.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-02-15
|
286 b
|
18 lines
on enterFrame
repeat with temp = 13 to 17
puppetSprite(temp, 0)
puppetSprite(temp, 1)
end repeat
repeat with temp = 35 to 40
puppetSprite(temp, 1)
puppetSprite(temp, 1)
end repeat
updateStage()
HandleButtons()
UpdateMeters()
end
on exitFrame
DoMe()
end